shar file - определение. Что такое shar file
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое shar file - определение

ARCHIVE FILE FORMAT
Shell archive; Shar (file format); Unshar; Sharutils; .shar
Найдено результатов: 1122
shar file      
unshar         
A Unix utility that removes e-mail and news header lines from its input, and feeds the remainder (which is presumed to be a shar file) to /bin/sh to unpack it. unshar is designed for unpacking archives directly from the news or mail systems simply by piping a message into it.
shar         
<tool, file format> ("Shell archive", after ar and tar) Any of the many Unix programs that creates a flattened representation of one or more files, with the unique property that it can be unflattened (the original files extracted) merely by feeding it through a standard Unix shell. The output of shar, known as a "shar file" or "sharchive", can be distributed to anyone running Unix, and no special unpacking software is required. Sharchives are intriguing in that they are typically created by shell scripts; the script that produces sharchives is thus a script which produces self-unpacking scripts, which may themselves contain scripts. The disadvantage of sharchives are that they are an ideal venue for Trojan horse attacks and that, for recipients not running Unix, no simple un-sharchiving program is possible; sharchives can and do make use of arbitrarily-powerful shell features and other Unix commands. Different implementations of shar vary in sophistication. Some just uuencode each input file and output commands to uudecode the result, others include extensive checking to make sure the files have been transferred without corruption and that all parts of a multi-file sharchive have been unpacked. The unshar utility strips off mail and news headers before passing the remainder of its input to sh. (1996-10-18)
Shar         
In the Unix operating system, shar (an abbreviation of shell archive) is an archive format created with the Unix shar utility. A shar file is a type of self-extracting archive, because it is a valid shell script, and executing it will recreate the files.
Shar Pei         
  • Chinese sculpture of a shar pei dog from the [[Eastern Han dynasty]], circa 100 CE.<ref>[http://collection.imamuseum.org/artwork/76692/ Indianapolis Museum of Art - Seated Shar Pei Dog]</ref> Kept in the [[Indianapolis Museum of Art]].
  • "Meat-mouth" Shar Pei showing the blue-black tongue
DOG BREED
Chinese Shar-Pei; Shar-Pei; Shar pei; Sharpay; Bone mouth; Bone-mouth; Wrinkle dog; Chinese Shar Pei; Shar-pei; Miniature Shar Pei; Wikipedia talk:Articles for creation/Miniature Shar Pei; Mini Shar Pei; Mini Pei; Traditional shar pei
[??:'pe?]
¦ noun (plural Shar Peis) a compact squarely built dog of a Chinese breed, with a wrinkly skin and short bristly coat.
Origin
from Chin. sha pi, lit. 'sand skin'.
Filé (band)         
BAND
File (band)
Filé is a cajun music ensemble from Louisiana founded in 1983. The group is named after filé powder, a spice used in cajun food.
File URI scheme         
UNIFORM RESOURCE IDENTIFIER SCHEME
File protocol; File url; File URI; File Protocol; File://; File:///
The File URI Scheme is a URI scheme defined in , typically used to retrieve files from within one's own computer.
file type         
  • wav-file: 2.1 Megabytes.
  • ogg-file: 154 kilobytes.
FORMALIZED STRUCTURE OF INFORMATION STORED ON A COMPUTER
File Formats; Filetype; File type; Bytestream format; File formats; Computer file formats; Computer file format; Binary signature; File format identification
<file format> The kind of data stored in a file. Most modern operating systems use the filename extension to determine the file type though some store this information elsewhere in the file system. The file type is used to choose an appropriate icon to represent the file in a GUI and the correct application with which to view, edit, run, or print the file. Different operating systems support different sets of file types though most agree on a large common set and allow arbitrary new types to be defined. See also MIME. {FileInfo.net - The File Extensions Resource (http://fileinfo.net)} (2006-07-11)
File manager         
  • The Alto Neptune file manager program
  • In Cubix, files sharing the same attributes are represented by cubes in a 3D environment.
  • [[File System Visualizer]], one example of a 3D file manager
  • Miller Column]] browser from [[GNUstep]] is a type of Navigational file manager.
  • [[Midnight Commander]], an orthodox file manager with a [[text-based user interface]]
  • The [[Nautilus file manager]] had a spatial mode, which was removed with the arrival of GNOME (and with it Nautilus) version 3.x.  Each of these windows displays an open directory.
  • Nemo]]
  • File Manager]] in [[Windows 10]], displaying the contents of partition X:
COMPUTER PROGRAM THAT PROVIDES A USER INTERFACE TO WORK WITH FILE SYSTEMS
File browser; Computer file management; Orthodox file manager; Navigational file manager; File managers; Orthodox File Managers; Orthodox File Manager; VDFM; Save As; Filemanager; File Manager; File management; Document browser; Commander (computing); Norton Commander clone; Dual-pane file manager; 3D file manager; File management application; File processing; File system browser
A file manager or file browser is a computer program that provides a user interface to manage files and folders. The most common operations performed on files or groups of files include creating, opening (e.
File folder         
  • [[Punched pocket]]s used in some file folders.
  • A file folder in open position.
FOLDER THAT HOLDS LOOSE PAPERS TOGETHER FOR ORGANIZATION AND PROTECTION
Hanging file folder; File folders; 📁; 📂; Pocket folders; 1/3 cut
A file folder (or simply folder) is a kind of folder that holds paper] for organization and protection. File folders usually consist of a sheet of heavy paper stock or other thin, but stiff, material which is folded in half, and are used to keep paper [[documents.

Википедия

Shar

In the Unix operating system, shar (an abbreviation of shell archive) is an archive format created with the Unix shar utility. A shar file is a type of self-extracting archive, because it is a valid shell script, and executing it will recreate the files. To extract the files, only the standard Unix Bourne shell sh is usually required.

Note that the shar command is not specified by the Single Unix Specification, so it is not formally a component of Unix, but a legacy utility.